Crate jql

source ·
Expand description

A JSON query language library.

This crate is used by jql, the JSON query language CLI tool.

Structs

  • A Group is a set of grammar elements used to define a selection.

Enums

Functions

  • Walks over the Serde JSON value based on the provided groups.
  • Parses the provided selectors and returns a vector of group.
  • Walks over the Serde JSON value based on the provided selectors.